From 45db1e3ab15d2307bfa8eef7af1a49ed287667c8 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 7 Sep 2025 17:21:02 +0100 Subject: [PATCH] d/ostree-boot.install: Be less specific about the filenames used 2025.6 changed the sequence number for the dracut hook. --- debian/ostree-boot.install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/ostree-boot.install b/debian/ostree-boot.install index ce31a902..24705d71 100644 --- a/debian/ostree-boot.install +++ b/debian/ostree-boot.install @@ -1,6 +1,6 @@ etc/dracut.conf.d/ostree.conf -etc/grub.d/15_ostree -usr/lib/dracut/modules.d/98ostree +etc/grub.d/??_ostree +usr/lib/dracut/modules.d/??ostree usr/lib/ostree/ostree-prepare-root usr/lib/ostree/ostree-remount usr/lib/systemd/system-generators/ostree-system-generator @@ -11,4 +11,4 @@ usr/lib/systemd/system/ostree-prepare-root.service usr/lib/systemd/system/ostree-remount.service usr/lib/systemd/system/ostree-state-overlay@.service usr/lib/tmpfiles.d/ostree-tmpfiles.conf -usr/libexec/libostree/grub2-15_ostree +usr/libexec/libostree/grub2-??_ostree -- 2.30.2